VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Utils Namespace / ObjectsFactory<T> Class / CreateCopy(T) Method
Syntax Requirements SeeAlso
In This Topic
    CreateCopy(T) Method (ObjectsFactory<T>)
    In This Topic
    Creates a copy of source object.
    Syntax
    'Declaration
    
    Public Overridable Function CreateCopy( _
    ByVal source
    The source object.
    As T _
    ) As T
    public virtual T CreateCopy(
    T source
    )
    public: virtual T* CreateCopy(
    T* source
    )
    public:
    virtual T^ CreateCopy(
    T^ source
    )

    Parameters

    source
    The source object.

    Return Value

    Copy of source object.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also